projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61dbcf
)
perl: revert failed attempt at building out-of-tree, set PERL5LIB correctly for bindtests
author
Hilko Bengen
<bengen@debian.org>
Thu, 23 May 2013 17:20:17 +0000
(19:20 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Sun, 19 Oct 2014 13:07:52 +0000
(13:07 +0000)
Gbp-Pq: Name 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch
perl/Makefile.am
patch
|
blob
|
history
diff --git
a/perl/Makefile.am
b/perl/Makefile.am
index 1eb0469f640d6791ef325216289578539bae47c6..1cbdff20ed00ee7c871de3420ca6758ace29725c 100644
(file)
--- a/
perl/Makefile.am
+++ b/
perl/Makefile.am
@@
-78,8
+78,7
@@
clean-local:
rm -f Makefile-pl
install-data-hook:
- $(MAKE) -C $(srcdir) -f $(abs_builddir)/Makefile-pl \
- DESTDIR=$(DESTDIR) install
+ $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
endif